github.com/andybalholm/brotli.histogramLiteral.bit_cost_ (field)
10 uses
github.com/andybalholm/brotli (current package)
block_splitter_literal.go#L244: histograms[j].bit_cost_ = populationCostLiteral(&histograms[j])
cluster_literal.go#L33: p.cost_diff -= out[idx1].bit_cost_
cluster_literal.go#L34: p.cost_diff -= out[idx2].bit_cost_
cluster_literal.go#L37: p.cost_combo = out[idx2].bit_cost_
cluster_literal.go#L40: p.cost_combo = out[idx1].bit_cost_
cluster_literal.go#L107: out[best_idx1].bit_cost_ = pairs[0].cost_combo
cluster_literal.go#L164: return populationCostLiteral(&tmp) - candidate.bit_cost_
cluster_literal.go#L273: out[i].bit_cost_ = populationCostLiteral(&in[i])
histogram.go#L11: bit_cost_ float64
histogram.go#L17: self.bit_cost_ = math.MaxFloat64
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |